C1.LiveLinq.Indexing.Search Namespace : IIndexScanner<T> Interface |
For a list of all members of this type, see IIndexScanner<T> members.
Name | Description | |
---|---|---|
![]() | All | Gets all items in the indexed collection. |
![]() | ContainsKey | Returns a value that indicates whether the collection contains an item with the given key value. |
![]() | Find | Finds items with the specified key value. |
![]() | FindBetween | Finds items with key values in the interval between the specified values. |
![]() | FindGreater | Finds items with keys greater than the specified value. |
![]() | FindKeys | Finds items containing any of the specified key values. |
![]() | FindLess | Finds items with keys less than the specified value. |
![]() | FindStartingWith | Finds items with string key values starting with the specified string. |
![]() | GroupJoin | Overloaded. Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection. |
![]() | Join | Overloaded. Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys. |